home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / intuition / yak_1.57 / source / beep.h < prev    next >
Text File  |  1994-11-17  |  118b  |  5 lines

  1. /* prototypes for functions defined in beep.c */
  2. void FreeAudio(void);
  3. BOOL AllocAudio(void);
  4. void beep(long volume);
  5.